This dashboard allows you to explore locations and activities of various types of squirrels in Central Park in Manhattan
This data set was obtained here
The metro areas covered are depicted in this interactive map of central park
We decided to make a realistic map using
Esri.WorldImagery
Note the images that pop up when a point is clicked on - this is using HTML code
Explore the different data visualizations above
Graph with ggplot2.
Use mutate to create a tooltip column.
Use the ggiraph package and change
geom_col() to geom_col_interactive()
Save the graph as a object.
Use the girafe function from the
ggiraph package to display the interactive graph.
Check it out!